projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
131a61c
)
ci: Don't print lsan suppressions
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 22 Jan 2021 18:01:09 +0000
(13:01 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 22 Jan 2021 18:01:09 +0000
(13:01 -0500)
Printing these out breaks TAP output, and we really
aren't interested in them.
.gitlab-ci/run-tests.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/run-tests.sh
b/.gitlab-ci/run-tests.sh
index 1fca1f7a4b65680af777246ec1d12bf99667d3b9..fa29859b6f5da0b02e10e9ed3107b03b5ada736f 100755
(executable)
--- a/
.gitlab-ci/run-tests.sh
+++ b/
.gitlab-ci/run-tests.sh
@@
-8,7
+8,7
@@
builddir=$1
backend=$2
# Ignore memory leaks lower in dependencies
-export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
+export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
:print_suppressions=0
export G_SLICE=always-malloc
case "${backend}" in